powered by
Prints characteristic information for an NIGrid-object
# S3 method for NIGrid print(x, ...)
Prints the information for an NIGrid-object (i.a. grid size (dimensions, grid points, memory usage), type and support)
a grid of type NIGrid
NIGrid
further arguments passed to or from other methods
myGrid <- createNIGrid(dim=2, type="GHe", level=5) print(myGrid)
Run the code above in your browser using DataLab